projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bdd0bf
)
Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
author
Paul Eggert
<eggert@twinsun.com>
Sun, 10 Feb 2002 08:08:59 +0000
(08:08 +0000)
committer
Paul Eggert
<eggert@twinsun.com>
Sun, 10 Feb 2002 08:08:59 +0000
(08:08 +0000)
disallows the old syntax.
lib-src/rcs-checkin
patch
|
blob
|
history
diff --git
a/lib-src/rcs-checkin
b/lib-src/rcs-checkin
index 41b10d24412ee39fb08bd89972d3508d5624e071..2a24bca3fcb0777abafc21a96fb9d85c8070bed8 100755
(executable)
--- a/
lib-src/rcs-checkin
+++ b/
lib-src/rcs-checkin
@@
-73,7
+73,7
@@
do
# Get list of old files.
oldfiles=`
ls $file.~[0-9]*~ 2>/dev/null |
- sort -t~ -n
+1
+ sort -t~ -n
-k 2
`
# Check that they are properly sorted by date.